home *** CD-ROM | disk | FTP | other *** search
- BeginGUI "Execute Demo"
-
- Message "When you'll press the Next button"
- Message "PowerInstaller will create a file"
- Message "in ram: called 'dirs'."
- Message ""
- Message "This file will be created using"
- Message "this AmigaDOS string: "
- Message ""
- Message " c:dir SYS: >ram:dirs"
-
-
- EndGUI
-
- BeginGUI "Executing..."
-
- Execute "c:dir SYS: >ram:dirs"
-
- EndGUI
-
- BeginGUI "Done!"
-
- Message "AmigaDOS Command launched."
- Message "The call Result is: $Result"
-
- Gadgets NOPREV
- EndGUI
-
- BeginGUI "Now We Will Fail..."
-
- Message "Now, we'll try another AmigaDOS line"
- Message "that will fail, simply because the"
- Message "command does not exists."
- Message ""
- Message "The AmigaDOS string is:"
- Message ""
- Message " c:xyzkk SYS: >ram:wrong"
- EndGUI
-
- BeginGUI "Executing Failure..."
-
- Execute "c:xyzkk SYS: >ram:wrong"
-
- EndGUI
-
- BeginGUI "Wrong Command Done!"
- Message "AmigaDOS Command launched."
- Message "The call Result is: $Result"
-
- Gadgets NOPREV NOCANCEL
-
- Set Gadget_Next "Finish!"
- EndGUI
-
-
-